<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hyweb { width:100%; height:500px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:500px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:500px;}
.hyweb li A{ width:100%;height:500px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:45%; bottom:20px;  height:15px; line-height:16px; position: absolute; z-index: 999;	}
.hyweb .num li {
text-align:center;
	width: 30px;
	height: 8px;
	line-height:0px;
	overflow:hidden;
	color:#CBD2CB;
	text-align:center;
	margin-right: 4px;
	margin-left:4px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden; background-color:#fcfcfc;border-radius:4px;transition:all 0.3s ease-in-out 0s;
}
.hyweb .num li.on { background-color:#DC3A25; color:#DC3A25;width: 60px;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 73px;
	height:500px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;filter: Alpha(Opacity=0.6);
-moz-opacity:0.6; 		opacity:0.6;
}
.hyweb .prev {
	left:-100px;
	background-image: url(../images/left1s.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:-100px;
	background-position: right center;
	background-image: url(../images/right1s.png);
}
.hywebn { width:100%; height:280px; position: relative; overflow:hidden; }
.hywebn li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:280px; text-align:center;
}</pre></body></html>